home *** CD-ROM | disk | FTP | other *** search
- Path: news.clark.net!usenet
- From: yom@clark.net (yom)
- Newsgroups: comp.lang.c,gnu.gcc.help,comp.unix.programmer
- Subject: Re: Help for using bcopy function
- Date: 24 Feb 1996 13:26:21 GMT
- Organization: Your Organization
- Distribution: world
- Message-ID: <4gn3lt$sue@clarknet.clark.net>
- References: <4gl53u$4bv@kocrsv08.delcoelect.com>
- NNTP-Posting-Host: yom.clark.net
- Mime-Version: 1.0
- Content-Type: Text/Plain; charset=US-ASCII
- X-Newsreader: WinVN 0.99.7
-
- It's defined in BSD library. If this library does not exist on your
- UNIX platform, you can replace the call with memcpy function instead.
-
- void *memcpy(char *destination,char *source,size_t length)
-
- Song (yom@clark.net)
-
- In article <4gl53u$4bv@kocrsv08.delcoelect.com>,
- c2xjs2@mail.delcoelect.com says...
- >
- >
- >I use bcopy function in a client-server program, I get a error
- >say bcopy is not declared, when I try to compile it on UNIX using
- >gcc. Can someone out there, tell me which libary file I should
- >inclued to compile it. please e-mail me. thanks!
- >
- >
- >Jianli
- >--
- >Jianli Sun (317) 451-0446 Internet: c2xjs2@eng.delcoelect.com
- >Powertrain Software
- >Delco Electronics Corporation
- >GMNET: 8-322-0446 Mail: CT40D
-
-